home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 25 / Cream of the Crop 25.iso / doom / phantasm.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1997-03-22  |  1KB  |  36 lines

  1. @echo.
  2. @echo. Installation of PHANTASM.WAD
  3. @echo.
  4. @echo. This may take a minute while your Phantasm level is
  5. @echo. being installed.  Be patient.  And remember.  
  6. @echo. The Tall Man will be waiting for you!
  7. @echo.
  8. @rem Check main WAD
  9. @if not exist doom2.wad goto miss
  10. @echo @echo. Restoration > restore.bat
  11. @echo doom2.exe -file phantasm.wad > phantasm.bat 
  12. @rem
  13. @rem Install Sprites or Flats in WAD
  14. @if not exist phantasm.wad goto miss
  15. @echo deusf -res phantasm.wad >> restore.bat
  16. @echo  Completing sprites and flats, please wait...BOYYYYYY!
  17. @deusf -main .\doom2.wad -as phantasm.wad> deusf.log
  18. @if not ERRORLEVEL 0 goto fail 
  19. @rem
  20. @rem
  21. @echo Installation succeeded.
  22. @echo type PHANTASM to play the modified game.
  23. @echo type RESTORE to uninstall.
  24. @goto end
  25. :fail
  26. @echo. Installation failed: A tool didn't work.
  27. @echo. See hack.log or deusf.log for details.
  28. @goto end
  29. :miss
  30. @echo. Installation impossible: some files are missing.
  31. @echo. Did you have deusf.exe and dehacked.exe ?
  32. @echo. Please copy all your files in the main game directory.
  33. @echo. And try install again.
  34. @goto end
  35. :end
  36.